:root{
	--min_screen_width_px: 575px ;
	--col_outline: #e5e5e5;
}

.framesize {
	width: 100%;
    max-width: 1000px;
    min-width: var(--min_screen_width_px);
    position: relative;
    margin: auto;
}
.align_height_span_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* default hyperlink, just underline only */
a
{
	color: inherit;
	text-decoration: underline;	
}


/* footer stuff */
.footer {
	height: 40px;	
    line-height: 40px;
	outline:1px;
	outline-style: solid;
	outline-color: var(--col_outline);
	padding-left: 10pt ;
	padding-right: 10pt ;
		
}
.footer_text_left {
    vertical-align: middle;
	unicode-bidi:embed; 
	direction: ltr;
	height: 100%;
}
.footer_text_right {	
    vertical-align: middle;
	unicode-bidi:embed; 
	float: right;
	height: 100%;
}
.footer_text_left a {
	color: inherit;
	text-decoration: none;
}
.footer_text_right a {
	color: inherit;
	text-decoration: none;
}

/* header stuff */
.header_image_left {
    vertical-align: middle;
	text-align: left;
	float: left;
	max-width: 50%;
	height: 100%;
    object-fit: contain;
}
.header_image_right {
    vertical-align: middle;
	text-align: right;
	float: right;
	max-width: 50%;
	height: 100%;
    object-fit: contain;
}


/* nav stuff */
.topnav {
	overflow: visible;
	display: block;
	height: 40px;
    line-height: 18px;
    min-width: var(--min_screen_width_px);
}
.topnav a {
	height: 100%;
	width: 25%;
		
	float: left;

	text-decoration: none;
	font-size: 20px;
	text-align: center;
    

	outline:1px;
	outline-style: solid;
	outline-color: var(--col_outline);
	
	background-color:black;
	color: white;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.topnav a:hover {
 
	background-color:white;
	color: black
}
.topnav a.nav_active {;
  background-color: red;
  color: white;
}


/* category nav */
.category_nav {
	overflow: visible;
	display: block;
	height: 30px;
    line-height: 12px;
}
.category_nav a {
	height: 100%;
	width: 25%;
		
	float: left;

	text-decoration: none;
	font-size: 12px;
	text-align: center;
    
	outline:1px;
	outline-style: solid;
	outline-color: var(--col_outline);
	
	background-color:lightgrey;
	color: black;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.category_nav a:hover {
 
	background-color:black;
	color: white;
}
.category_nav a.nav_active {;
  background-color: white;
  color: black;
}


/* main page loyout with borders */
.postframe {
    max-width: 1000px;
    min-width: var(--min_screen_width_px);
    position: relative;
    margin: auto;
}
.postborder {
    border-width: 1px;
    border-style: solid;
    border-color: var(--col_outline);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    height: inherit;
    width: inherit;
}
.postgap {
	margin-block-start: 0em;
    margin-block-end: 0em;
}
.postgap_10 {
	height: 10px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}
.postgap_20 {
	height: 20px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}
.postgap_30 {
	height: 30px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}
.postgap_40 {
	height: 40px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}
.postgap_100 {
	height: 100px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

/* footer stuff */

.file_container {
	width: 95%;
	height:75px;
    margin: auto;
	
	white-space: nowrap;
	overflow: hidden;
	
    border-width: 1px;
    border-style: solid;
    border-color: var(--col_outline);
}
.file_container_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.file_container a {	
	height: inherit ;
	color: inherit;
	text-decoration: none;	
}
.file_container span {
	margin-left: 15px ;
}
.file_container img {	
	height: 50% ;	
    object-fit: cover;
	overflow-clip-margin: unset;
    vertical-align: middle;	
}


/* page link detailed */
.blog_page_link_div {
	--image_width: max(120px,22%);
	--image_height: 120px;
	
	width: 100%;
	height: var(--image_height);
    margin: auto;
	
	
    border-width: 1px;
    border-style: solid;
    border-color: var(--col_outline);
}
.blog_page_link_icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    object-fit: contain;
}
.blog_page_link_div_shrink {
	--img_margin: 0px ;
	
	margin: var(--img_margin);
	height: calc(100% - (var(--img_margin) * 2));
	width: calc(100% - (var(--img_margin) * 2)) ;
}
.blog_page_link_thumb {
	height: 100% ;
	width: 100% ;
    object-fit: cover;
	overflow-clip-margin: unset;
    vertical-align: middle;
}
.blog_page_link_image_div {
	float:left;
	height:100%;
	width:var(--image_width);
}
.blog_page_link_contents_div {
	--img_margin: 15px ;
	--img_margin_w: 15px ;
	
	margin-top: var(--img_margin);
	margin-bottom: var(--img_margin);
	margin-left: var(--img_margin_w);
	margin-right: var(--img_margin_w);
	
	display:inline-block;
	float:left;
	height: calc(100% - (var(--img_margin) * 2));
	width:calc(100% - var(--image_width) - (var(--img_margin_w) * 2));
		
}
.blog_page_link_contents_top_div {
	--top_height:60%;
	
	display:inline-block;
	height:var(--top_height);
	width:100%;
	white-space: nowrap;
	overflow:hidden;
}
.blog_page_link_contents_bottom_div {
	--bot_height:40%;
	
	display:inline-block;
	height:var(--bot_height);
	width:100%;
	white-space: nowrap;
	overflow:hidden;
}




/* blog post headings */
.post_header_div {
    height: 32px;
    line-height: 32px;
}
.post_image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}
.post_text {
    vertical-align: middle;
	 unicode-bidi:embed; 
	 direction: ltr;

}
.post_text_right {
    vertical-align: middle;
	text-align: right;
	float: right;
}
.post-separator {	
    width: 100%;
    height: 1px;
	background-color: #f5f5f5;
}



/* for next/previous */
.prev_next_frame
{	
    width: 100%;
	height:	64px;
    position: relative;
    margin: auto;
}
.prev_next_image
{   
	vertical-align: middle;
    width: 100%;
	height:	75%;
    object-fit: cover;	
	overflow-clip-margin: unset;
}
.prev_next_link {
	height:100%;
	color: inherit;
  text-decoration: none;
}

/* blockquote */
.left_vertical_line {
	border-left: 3px solid #e03f43;
	padding-left: 15px;
}


/* bullet lists */
.bullet_list {
    width: 95%;
    margin: left;
}


/* gallery */
.gallery_table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    width: 100%;
    height: inherit;
    max-height: inherit;
    min-height: inherit;
}
.gallery_cell {
    height: inherit;
    max-height: inherit;
    min-height: inherit;
}
.gallery_cell_align_right {
   direction: rtl;
}

.img_in_grid {
    min-height: inherit;
    max-height: inherit;
    height: inherit;
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
	overflow-clip-margin: unset;
}
.img_normal {
	max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
	margin: auto; 
	display: block;
	overflow-clip-margin: unset;
}



/* youtube player */
.video_player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: auto;
}

.video_player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* fonts */
.font_normal {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 80, "YTLC" 500;
    font-size: 15px;
    text-align: justify;
}

.font_normal_bold {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 80, "YTLC" 500;
    font-size: 15px;
    text-align: justify;
	letter-spacing: -0.5px;
}

.font_heading {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 80, "YTLC" 500;
    font-size: 15px;
    text-align: justify;
	text-decoration: underline;
}

.font_title {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: bold;
    font-variation-settings: "wdth" 80, "YTLC" 500;
    font-size: 30px;
    text-align: left;
	letter-spacing: -1px;
}


